home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / bin / X11 / xmcd < prev    next >
Text File  |  1995-07-18  |  991b  |  23 lines

  1. :
  2. #
  3. # xmcd shell script to instruct SkunkWare 5.0 users how to install
  4. # xmcd on their system.
  5. #
  6. # The real xmcd binary is now in /bin/X11/xmcd.real on the CD-ROM
  7. #
  8.  
  9. echo "\nYou must install xmcd on your hard disk in order to run it."
  10. echo "The xmcd binary must be setuid root. Nothing on the SkunkWare"
  11. echo "CD-ROM is shipped setuid or setgid for reasons of security."
  12. echo "\nIn order to install xmcd, run the sprinkle script provided"
  13. echo "on the SkunkWare CD-ROM in /mount-point/bin."
  14. echo "For example, if you have mounted the SkunkWare 5.0 CD-ROM on"
  15. echo "/usr/skunk, then login as root and run the command :\n"
  16. echo "\t/usr/skunk/bin/sprinkle xmcd\n"
  17. echo "which will copy the xmcd distribution files over to your root"
  18. echo "filesystem and set the permissions and ownership correctly."
  19. echo "\nYou may then need to run the xmcd configuration script to"
  20. echo "configure xmcd for your specific hardware. To do so, login as"
  21. echo "root and run the command :\n"
  22. echo "\tmkdev xmcd\n"
  23.